home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wrcmdd / makefile < prev    next >
Makefile  |  1994-11-20  |  201b  |  7 lines

  1. .c.obj:
  2.     cl -G2sw -Ox -AS -I.. -W3 -c -D_WINDOWS $*.c
  3.  
  4. crsh.exe: crsh.obj winio.obj wmhandlr.obj
  5.         link /NOE/ALIGN:16 crsh+winio+wmhandlr,crsh.exe,nul,libw slibcew ..\rcmd.lib,crsh.def
  6.  
  7.